home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’97 / Warrior’s Progress / source code / Source / Libraries / Keyboard / Keyboard Protocols / TabKeys.cp < prev    next >
Encoding:
Text File  |  1997-06-28  |  113 b   |  11 lines  |  [TEXT/CWIE]

  1. // TabKeys.cp
  2.  
  3. #ifndef TabKeys_h
  4. #include "TabKeys.h"
  5. #endif
  6.  
  7. void TabKeys::TabBackward()
  8.   {
  9.     TabForward();
  10.   }
  11.